Widgets > Chart Widgets > wijbubblechart > wijbubblechart Tutorial > wijbubblechart Step 1 of 3: Setting up the View |
In this step you’ll add the markup to add content to the bubble chart. Complete the following:
<body>
tags of the page. This markup will add the bubble content to the page. The width and height of the bubble chart is defined here.
<h3>Hardware Distribution</h3>
<div id="wijbubblechart" class="ui-widget ui-widget-content ui-corner-all" style="width: 500px;
height: 400px;">
</div>